From: Tim Starling Date: Sat, 7 Jan 2006 00:37:35 +0000 (+0000) Subject: removed useless line X-Git-Tag: 1.6.0~737 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=d736a6af69ef2697358e774dbf635632a84e8773;p=lhc%2Fweb%2Fwiklou.git removed useless line --- diff --git a/includes/User.php b/includes/User.php index 6667a610f6..187309e74d 100644 --- a/includes/User.php +++ b/includes/User.php @@ -1149,9 +1149,6 @@ class User { $fname = 'User::getSkin'; wfProfileIn( $fname ); - # get all skin names available - $skinNames = Skin::getSkinNames(); - # get the user skin $userSkin = $this->getOption( 'skin' ); $userSkin = $wgRequest->getVal('useskin', $userSkin);